Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

Get<T>(DicomDataSet,DicomElement) Method






The type of data to get from the DICOM data set.
The data set to read the information from.
The parent DicomElement that specifies where to start reading in the DicomDataSet.
Gets the specified data from the DICOM data set and assigns it in a new instance of T.
Syntax
[ExtensionAttribute()]
public static T Get<T>( 
   DicomDataSet ds,
   DicomElement parent
)
where T: 
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function Get(Of T As {})( _
   ByVal ds As DicomDataSet, _
   ByVal parent As DicomElement _
) As T
'Usage
 
Dim ds As DicomDataSet
Dim parent As DicomElement
Dim value As T
 
value = DicomExtensions.Get(Of T)(ds, parent)
[ExtensionAttribute()]
public:
static T^ Getgeneric<typename T>
( 
   DicomDataSet^ ds,
   DicomElement^ parent
) 
where T: 

Parameters

ds
The data set to read the information from.
parent
The parent DicomElement that specifies where to start reading in the DicomDataSet.

Type Parameters

T
The type of data to get from the DICOM data set.

Return Value

A new instance of T with the information from the DICOM data set.
Requirements

Target Platforms

See Also

Reference

DicomExtensions Class
DicomExtensions Members
Overload List

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features